home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / lh2_222.zip / MSE.CMD < prev    next >
OS/2 REXX Batch file  |  1993-01-29  |  197b  |  9 lines

  1. @echo off
  2. if "%1"=="" goto USAGE
  3. copy /b se.exe+%1.lzh /b %1.exe && echo %1.EXE has been created.
  4. goto end
  5. :Usage
  6. echo Usage: MSE [lzh file]
  7. echo        Do NOT speficy .lzh extension.
  8. :end
  9.